projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
981a638
)
gtk: Define the GtkListItem autocleanup func
author
Adrien Plazas
<kekun.plazas@laposte.net>
Tue, 22 Jun 2021 07:41:18 +0000
(09:41 +0200)
committer
Adrien Plazas
<kekun.plazas@laposte.net>
Tue, 22 Jun 2021 07:43:16 +0000
(09:43 +0200)
gtk/gtk-autocleanups.h
patch
|
blob
|
history
diff --git
a/gtk/gtk-autocleanups.h
b/gtk/gtk-autocleanups.h
index 9f4b8bd24708709bed28dfd19f284d9a8653a17d..d77b440f9da4db6ee0adfd3466186eaea7d6fb53 100644
(file)
--- a/
gtk/gtk-autocleanups.h
+++ b/
gtk/gtk-autocleanups.h
@@
-99,6
+99,7
@@
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GtkImage, g_object_unref)
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GtkInfoBar, g_object_unref)
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GtkLevelBar, g_object_unref)
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GtkLinkButton, g_object_unref)
+G_DEFINE_AUTOPTR_CLEANUP_FUNC(GtkListItem, g_object_unref)
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GtkListStore, g_object_unref)
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GtkLockButton, g_object_unref)
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GtkMenuButton, g_object_unref)